asterisk: bump to 22.7.0
authorPaul Donald <[email protected]>
Wed, 3 Dec 2025 22:43:36 +0000 (23:43 +0100)
committerJiri Slachta <[email protected]>
Thu, 4 Dec 2025 12:06:45 +0000 (13:06 +0100)
commit73fd665261890019487b08a9847584d7c1084fa4
treee044a899bac786a3d2409cb1e5e2d56bec82ce50
parent37ec321f5fdb54d7947bbf04b295331d14c1fe59
asterisk: bump to 22.7.0

remove deprecated modules from 20-21
21-22 is mostly bugfixes

See https://docs.asterisk.org/Asterisk_21_Documentation/Upgrading/
and https://docs.asterisk.org/Asterisk_22_Documentation/Upgrading/
and https://docs.asterisk.org/Development/Asterisk-Module-Deprecations/#removed-modules

- remove deprecated users.conf (otherwise asterisk logs:
  WARNING[24699] pbx_config.c: users.conf is deprecated and will be removed in
  a future version of Asterisk )
- add cdr.conf (otherwise asterisk logs:
  ERROR[24658] config_options.c: Unable to load config file 'cdr.conf' )
- add missing res-websocket-client (necessary for app_stasis, res_ari)
- app_macro -> app_stack

refresh patches

Signed-off-by: Paul Donald <[email protected]>
net/asterisk/Makefile
net/asterisk/patches/053-musl-mutex-init.patch
net/asterisk/patches/130-eventfd.patch
net/asterisk/patches/140-use-default-lua.patch
net/asterisk/patches/180-app_queue_time_t.patch